event = { 
	id = 42144

	persistent = yes

	name = "50 _Cxg̃IIt"
	desc = "ẽ_Cxg̔A[JtO̊ǗɂāAIItł܂B
Cxg̔זɂȂۂA̍ۂȂǂɁAgpĂB"

    date = { day = 0 month = 0 year = 1914 } 
    offset = 30000
    deathdate = { day = 0 month = 0 year = 1990 } 
	
	decision = { ai = no } 
	trigger  = { ai = no }	

		action = {
			name = "tÕIiCxgȂȂj"
		command = { type = local_setflag which = randomA } 
			} 

		action = {
			name = "tÕItiCxg悤ɂȂj"
		command = { type = local_clrflag which = randomA } 
			} 
} 

#########################################################################
#  Womens organisations donates material to the Army
#########################################################################
event = {
	id = 368002
	random = yes
	trigger = {
atwar = yes
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1002R_NAME"
	desc = "EVT_1002R_DESC"
	picture = "womens_organisation"

	action = {
		name = "ACTIONNAME1002A"
		command = { type = resource which = supplies value = 200 } 
	} 
} 
#########################################################################
#  Youth Movement provides more volunteers
#########################################################################
event = {
	id = 368003
	random = yes
	trigger = {
atwar = yes
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1003R_NAME"
	desc = "EVT_1003R_DESC"
	picture = "youth_movment"

	action = {
		name = "ACTIONNAME1003A"
		command = { type = manpowerpool value = 100 } 
	} 
} 
#########################################################################
#  Women labour force tapped for factories.
#########################################################################
event = {
	id = 368004
	random = yes
	trigger = {
atwar = yes
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1004R_NAME"
	desc = "EVT_1004R_DESC"
	picture = "women_labour"

	action = {
		name = "ACTIONNAME1004A"
		command = { type = manpowerpool value = 100 } 
	} 
} 
#########################################################################
#  Massflight of War Refugees
#########################################################################
event = {
	id = 368007
	random = yes
	trigger = {
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1007R_NAME"
	desc = "EVT_1007R_DESC"
	picture = "war_refugees"

	action = {
		name = "ACTIONNAME1007A"
		command = { type = manpowerpool value = 50 } 
	} 
} 
#########################################################################
#  Artist reflects popular emotions and records epic song
#########################################################################
event = {
	id = 368009
	random = yes
	trigger = {
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1009R_NAME"
	desc = "EVT_1009R_DESC"
	picture = "artist"

	action = {
		name = "ACTIONNAME1009A"
		command = { type = dissent value = -3 } 
	} 
} 
#########################################################################
#  Leading scientist defects to your country
#########################################################################
event = {
	id = 368011
	random = yes
	trigger = {
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1011R_NAME"
	desc = "EVT_1011R_DESC"
	picture = "scientist"

	action = {
		name = "ACTIONNAME1011A"
		command = { type = steal_tech which = -1 } 
	} 
} 
#########################################################################
#  Private initiative boost production
#########################################################################
event = {
	id = 368013
	random = yes
	trigger = {
ai = no
not = { local_flag = randomA } 
	} 
	name = "EVT_1013R_NAME"
	desc = "EVT_1013R_DESC"
        picture = "private_initiative2"

	action = {
		name = "ACTIONNAME1013A"
		command = { type = industrial_modifier which = total value = 1 } 
	} 
} 